home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / notes / README < prev    next >
Text File  |  1992-11-30  |  2KB  |  67 lines

  1. file        comments
  2. -----        -----
  3. andrew        profiling information and summary of bottlenecks for
  4.         the Andrew benchmark: native Sprite and sprited.
  5.  
  6. callee        script to generate a list of files that use a
  7.         named module. 
  8.  
  9. caller        script to generate a list of files that a named module
  10.         calls. 
  11.  
  12. calls*        "callee" output for various modules
  13.  
  14. changes        Overview of changes that were made going from native
  15.         Sprite to sprited.
  16.  
  17. echotimes*    Output from RPC echo test; sprited<->native and
  18.         native<->native.
  19.  
  20. ifdefs        List of which ifdefs were (and still are) used to
  21.         disable code according to various features (e.g.,
  22.         accounting, local disk, general local device access).
  23.  
  24. lineCounts    Overview, using sources lines, of what was kept,
  25.         thrown away, or rewritten going from native Sprite to
  26.         sprited.
  27.  
  28. mdSizes        Sizes (lines of sources) of machine-dependent code,
  29.         per module.
  30.  
  31. mdrefs        Script (possibly broken) for finding machine-dependent
  32.         references to a named module.
  33.  
  34. moduleSizes    Sizes of the different modules, for comparing native
  35.         Sprite with sprited.  Primarily for comparing source
  36.         lines (also contains old .o sizes).
  37.  
  38. native        Partial list of sizes (wc output) for native Sprite,
  39.         with comments giving sizes of code chunks not
  40.         implemented by sprited (e.g., process migration
  41.         support).
  42.  
  43. notes        Random comments, plans for the future.
  44.  
  45. perf        Ideas, comments related to performance tuning of
  46.         sprited.
  47.  
  48. problemAreas    Summary of what was hard going from native Sprite to
  49.         sprited.
  50.  
  51. procStates.idraw
  52.         State transition diagram for user processes under
  53.         sprited (idraw format).
  54.  
  55. sendtimes*    Results from RPC send test.  (This is like the echo
  56.         test, except the contents of the RPC aren't included
  57.         in the response.)
  58.  
  59. sprited        Partial list of sizes (wc output) for sprited,
  60.         with comments giving sizes of code chunks that are
  61.         ifdef'd out (e.g., process migration support).
  62.  
  63. tests        Ideas for tests.
  64.  
  65. user-include    List of Sprite kernel files that include user header
  66.         files.
  67.